Skip to content

app-rules: the shared 7bit_ascii exclusion follows samples-controls' new ports - #56

Merged
oblomov-dev merged 1 commit into
mainfrom
claude/samples-controls-status-bubk21
Aug 22, 2026
Merged

app-rules: the shared 7bit_ascii exclusion follows samples-controls' new ports#56
oblomov-dev merged 1 commit into
mainfrom
claude/samples-controls-status-bubk21

Conversation

@oblomov-dev

Copy link
Copy Markdown
Member

One line in abaplint.jsonc: eleven more names on the 7bit_ascii exclusion of the shared app rule set.

Eleven new sample ports in samples-controls carry non-ASCII characters that come straight from the original demo-kit mock data — 9.600 × 9.600 dpi with a multiplication sign, en dashes in UI5's own bootstrap prose, an ellipsis in a navigation label. That is exactly the reason the twenty-one names already on this list are there, and the comment above the block already says it: those ports' data is compared against the original by scripts/data-fidelity.mjs, so replacing the characters with ASCII would fail that gate instead.

abap2UI5 is the source of this block, and it has moved: abap2UI5/abap2UI5#2654. Its check:shared gate is red on all three consumers until each copies the new value — this is samples-stack' copy, and it is byte-identical to the one in abap2UI5/samples#800 and to the value already on abap2UI5/samples-controls#143.

How to test

npm run check:app-rules — green here against an abap2UI5 checkout carrying #2654.

Note the ordering: in CI that same gate reads abap2UI5@main, so this pull request stays red until #2654 merges. The circularity is unavoidable in either direction — the source has to move first, and the gate on this side reports the gap while it is open.

🤖 Generated with Claude Code

https://claude.ai/code/session_01RRPQ84UVzuc2HqRLPt1T1V


Generated by Claude Code

…new ports

Eleven more sample ports in samples-controls carry non-ASCII characters that
come straight from the original demo-kit mock data - `9.600 x 9.600 dpi` with a
multiplication sign, en dashes in UI5's own bootstrap prose, an ellipsis in a
navigation label. That is the same reason the twenty-one names already on this
list are there, and scripts/data-fidelity.mjs would reject ASCII replacements.

abap2UI5 is the source of this block; copied from there.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RRPQ84UVzuc2HqRLPt1T1V
Copilot AI lite review requested due to automatic review settings August 22, 2026 21:55

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@oblomov-dev
oblomov-dev merged commit 9a9d4e2 into main Aug 22, 2026
23 of 24 checks passed
@oblomov-dev
oblomov-dev deleted the claude/samples-controls-status-bubk21 branch August 22, 2026 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants